home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <RDF:RDF xmlns:chrome="http://www.mozilla.org/rdf/chrome#"
- xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-
- <RDF:Seq about="urn:mozilla:package:root">
- <RDF:li resource="urn:mozilla:package:switchproxy"/>
- </RDF:Seq>
-
- <RDF:Description about="urn:mozilla:package:switchproxy"
- chrome:author="Jeremy Gillick"
- chrome:authorURL="http://jgillick.nettripper.com/"
- chrome:description="A toolbar that allows you to manage and switch between multiple proxy configurations quickly and easily."
- chrome:displayName="SwitchProxy 1.3"
- chrome:extension="true"
- chrome:name="switchproxy"
- chrome:settingsURL="chrome://switchproxy/content/options/options.xul"
- chrome:uninstallFunc="switchproxy_uninstall">
- </RDF:Description>
-
- <RDF:Seq about="urn:mozilla:overlays">
- <!-- Firefox -->
- <RDF:li resource="chrome://browser/content/browser.xul"/>
-
- <!-- Mozilla -->
- <RDF:li resource="chrome://navigator/content/navigator.xul"/>
-
- <!-- Thunderbird -->
- <RDF:li resource="chrome://messenger/content/mailWindowOverlay.xul"/>
- <RDF:li resource="chrome://messenger/content/messengercompose/messengercompose.xul"/>
- </RDF:Seq>
-
- <!-- Firefox -->
- <RDF:Seq about="chrome://browser/content/browser.xul">
- <RDF:li>chrome://switchproxy/content/proxy.xul</RDF:li>
- </RDF:Seq>
-
- <!-- Mozilla -->
- <RDF:Seq about="chrome://navigator/content/navigator.xul">
- <RDF:li>chrome://switchproxy/content/proxy_moz.xul</RDF:li>
- </RDF:Seq>
-
- <!-- Thunderbird -->
- <RDF:Seq about="chrome://messenger/content/mailWindowOverlay.xul">
- <RDF:li>chrome://switchproxy/content/proxy_thunder.xul</RDF:li>
- </RDF:Seq>
- <RDF:Seq about="chrome://messenger/content/messengercompose/messengercompose.xul">
- <RDF:li>chrome://switchproxy/content/proxy_thunder.xul</RDF:li>
- </RDF:Seq>
- </RDF:RDF>